func github.com/jackc/pgx/v5/pgtype.unexpectedByteErr
5 uses
github.com/jackc/pgx/v5/pgtype (current package)
hstore.go#L315: func unexpectedByteErr(actualB, expectedB byte) error {
hstore.go#L326: return unexpectedByteErr(nextB, expectedB)
hstore.go#L338: return unexpectedByteErr(p.str[p.pos], one)
hstore.go#L341: return unexpectedByteErr(p.str[p.pos+1], two)
hstore.go#L442: return Text{}, unexpectedByteErr(next, '"')
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)